home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- WeightFilePath = macro. pathFromMacro ( "xorWeights.nsw" )
- control. loadWeights ( WeightFilePath , FALSE )
-
- activeBreadboard. deleteObject ( "viewSourceCode" )
-
- controlBackprop. freeALL ( )
-
- activeBreadboard. stampOnAndMove ( "MatrixViewer" , "inputFile" )
- matrixViewer. setName ("activeInputProbe")
- activeInputProbe. setAutosizing ( TRUE )
- activeInputProbe. setEnableLabels ( TRUE )
- activeInputProbe. setLabelSize ( 30 )
- activeInputProbe. setFileForColumnHeadings ( "inputFile" )
- activeInputProbe. loadColumnHeadings ( )
- activeInputProbe. setAccessRows (FALSE)
- activeInputProbe. setActiveNeuron (0)
- activeInputProbe. setLabel ( "Input" )
-
- activeBreadboard. stampOnAndMove ( "MatrixViewer" , "outputAxon" )
- matrixViewer. setName ("activeOutputProbe")
- activeOutputProbe. setActiveAccessPoint ( "Activity" )
- activeOutputProbe. setAutosizing ( TRUE )
- activeOutputProbe. setEnableLabels ( TRUE )
- activeOutputProbe. setLabelSize ( 30 )
- activeOutputProbe. setFileForColumnHeadings ( "desiredFile" )
- activeOutputProbe. loadColumnHeadings ( )
- activeOutputProbe. setAccessRows (FALSE)
- activeOutputProbe. setActiveNeuron (0)
- activeOutputProbe. setLabel ( "Output" )
-
- activeBreadboard. stampOnAndMove ( "MatrixViewer" , "hidden1Synapse" )
- matrixViewer. setName ( "activeConnectionWeightsProbe" )
- activeConnectionWeightsProbe. setActiveAccessPoint ( "Weights" )
- activeConnectionWeightsProbe. setLabelSize ( 20 )
- activeConnectionWeightsProbe. setFontHeight ( 15 )
-
- activeBreadboard. stampOnAndMove ( "MatrixViewer" , "outputSynapse" )
- matrixViewer. setName ( "activeConnectionWeightsProbe1" )
- activeConnectionWeightsProbe1. setActiveAccessPoint ( "Weights" )
- activeConnectionWeightsProbe1. setLabelSize ( 20 )
- activeConnectionWeightsProbe1. setFontHeight ( 15 )
-
- activeInputProbe. tileWindow (1,4,4,4)
- activeOutputProbe. tileWindow (2,4,4,4)
- activeConnectionWeightsProbe. tileWindow (3,3,4,5)
- activeConnectionWeightsProbe1. tileWindow (3,3,5,5)
-
- activeBreadboard. lockWindowUpdate()
-
- runCompiledProgram. setName ( "stepExemplar" )
- stepExemplar. setText ( "Step" )
- ControlMacroPath = macro. pathFromNS ( "Macros\stepExemplar.nsm" )
- stepExemplar. setMacroPath ( ControlMacroPath )
-
- activeBreadboard. unlockWindowUpdate()
-
- activeBreadboard. select ( NULL , FALSE )
-
- control. setLearning ( FALSE )
- control. stepEpoch ( )
-
- NextMacroPath = macro. pathFromMacro ( "Summary.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-